fix containsTLDEntry crash when there are three or more chunks
authorDmitry Shachnev <mitya57@debian.org>
Sat, 28 Feb 2026 17:55:04 +0000 (20:55 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Sat, 28 Feb 2026 17:55:04 +0000 (20:55 +0300)
commit3b7bc387d62ac55821a49d5bb611ccd4fc20c74a
treec85325b6116730bdbd96ce20532530d2316e35a6
parentfadfe09f6edc04ca7ba3e7f2cbae254458eb955c
fix containsTLDEntry crash when there are three or more chunks

Forwarded: no
Bug-Debian: https://bugs.debian.org/1095423
Last-Update: 2025-02-08

tldChunks[N] contains total size of chunks from 0 to N, not just the Nth one.

Gbp-Pq: Name containsTLDEntry.diff
src/corelib/io/qtldurl.cpp